-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add action for version updates #1073
Conversation
Signed-off-by: Paul S. Schweigert <[email protected]>
Signed-off-by: Paul S. Schweigert <[email protected]>
I can also update the script to checkout a branch, make the updates, and commit/push the changes if folks would like that added. |
oh, that would be ideal I we would be able just go to actions, click |
I was expecting happier face expression from |
To do that, we need an admin for the Qiskit-Extensions org to create a Github token with the appropriate permissions on the repo... not sure @IceKhan13 if you know who to prod to get such a token... With just the script, I can make it do everything up to opening the PR, but we'd still have to manually create the PR on github. |
Signed-off-by: Paul S. Schweigert <[email protected]>
Signed-off-by: Paul S. Schweigert <[email protected]>
Action added. Note it won't work until we get the appropriate access token. |
Signed-off-by: Paul S. Schweigert <[email protected]>
Signed-off-by: Paul S. Schweigert <[email protected]>
I think we do not even need
default for this action is but important things is that is works :) |
That could be (I had to add a token to test it locally, but that's probably more a quirk of running locally than anything else... will take it out) |
Signed-off-by: Paul S. Schweigert <[email protected]>
should we give it a go? |
it should be safe to run the action whenever... it'll just cut a PR, but said PR will still need to be reviewed before it merges, so we shouldn't be able to shoot ourselves in the foot... |
Summary
Fixes #1061
Update component versions for next release via Github Action.
Details and comments
Sample of changed files:
(compare to files changes in #1063)